home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Teaser.Dir / 00023.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  169 b   |  11 lines

  1. on mouseUp
  2.   startTimer()
  3.   repeat while the timer < 30
  4.     if the mouseDown then
  5.       puppetSound(3, "shot")
  6.       go("got'im")
  7.       exit
  8.     end if
  9.   end repeat
  10. end
  11.